Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / Packager Class / FindPackageSessions Method / FindPackageSessions(Predicate<ISessionSummary>,ProgressMonitorStack,Boolean,Boolean) Method

In This Topic
    FindPackageSessions(Predicate<ISessionSummary>,ProgressMonitorStack,Boolean,Boolean) Method
    In This Topic
    Get a dataset of all of the sessions that should be included in our package
    Syntax
    'Declaration
     
    
    Protected Overloads Function FindPackageSessions( _
       ByVal sessionPredicate As Predicate(Of ISessionSummary), _
       ByVal progressMonitors As ProgressMonitorStack, _
       ByVal suppressLogging As Boolean, _
       ByRef hasProblemSessions As Boolean _
    ) As ISessionSummaryCollection

    Parameters

    sessionPredicate
    progressMonitors
    suppressLogging
    hasProblemSessions
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also